home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / poly3d-h / makefile.wnt < prev    next >
Encoding:
Makefile  |  1993-12-30  |  530 b   |  24 lines

  1. #
  2. # This make file is for the poly3d-h utility for Windows NT
  3. #
  4. #                Gershon Elber, June 1993
  5. #
  6.  
  7. # Includes generic definitions.
  8. include ..\makeflag.wnt
  9.  
  10. OBJS =    out-edge.obj poly3d-h.obj prepdata.obj
  11.  
  12. poly3d-h.exe: $(OBJS)
  13.     $(IRITCONLINK) -out:poly3d-h.exe $(OBJS) $(LIBS) $(W32CONLIBS)
  14.  
  15. install: poly3d-h.exe
  16.     copy poly3d-h.exe $(BIN_DIR)
  17.     del poly3d-h.exe 
  18.     copy poly3d-h.cfg $(BIN_DIR)
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21. out-edge.obj:    program.h
  22. poly3d-h.obj:    program.h
  23. prepdata.obj:    program.h
  24.